object fEzAbout: TfEzAbout Left = 340 Top = 177 BorderStyle = bsDialog Caption = 'About BootMagic' ClientHeight = 299 ClientWidth = 425 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 409 Height = 233 BevelInner = bvRaised BevelOuter = bvLowered DragMode = dmAutomatic Locked = True ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 128 Height = 96 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TIntlLabel Left = 176 Top = 15 Width = 112 Height = 13 Caption = 'PowerQuest BootMagic' IsControl = True end object PatentInfo: TIntlLabel Left = 16 Top = 153 Width = 80 Height = 13 Caption = 'Patents pending.' IsControl = True end object Version: TIntlLabel Left = 176 Top = 31 Width = 35 Height = 13 Caption = 'Version' end object Copyright: TIntlLabel Left = 16 Top = 137 Width = 234 Height = 13 Caption = 'Copyright (c) 1997-1999 PowerQuest Corporation.' Color = clBtnFace DragCursor = crHSplit ParentColor = False end object VersionNum: TIntlLabel Left = 232 Top = 31 Width = 15 Height = 13 Caption = '"VER_NO"' end object lblPhone: TIntlLabel Left = 176 Top = 68 Width = 109 Height = 13 Caption = 'Phone: 801-226-8977' end object lblHomePage: TIntlLabel Left = 176 Top = 84 Width = 203 Height = 13 Caption = 'Home page: http://www.powerquest.com' end object lblEmail: TIntlLabel Left = 176 Top = 100 Width = 153 Height = 13 Caption = 'E-mail: sales@powerquest.com' end object lblZinc: TIntlLabel Left = 16 Top = 186 Width = 223 Height = 13 Caption = 'Portions Copyright (c) 1990-1998 Zinc Software' Enabled = False Visible = False end object lbl4GW: TIntlLabel Left = 16 Top = 201 Width = 244 Height = 13 Caption = 'Portions Copyright (c) Tenberry Software, Inc. 1996.' Enabled = False Visible = False end end object btnOKButton: TButton Left = 115 Top = 258 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object btnTechSupport: TButton Left = 235 Top = 258 Width = 75 Height = 25 Caption = '&Tech Support' TabOrder = 2 OnClick = btnTechSupportClick end end